home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / ProdCatHdr.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  2.7 KB  |  70 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15.     <!-- 
  16.         ProdCatHeader provides header information for a ProductCatalog.
  17.         This information includes the date and time of the catalog, as
  18.         well as general description information.
  19.      -->
  20.        
  21.     <elementtype name="ProdCatHdr">
  22.         <model>
  23.             <sequence>
  24.                 <!--  The Date this Catalog was produced. / --> 
  25.                 <element type="date" name="DocumentDate" />
  26.                 
  27.                 <!--  The earliest date this Catalog can be delivered. / -->
  28.                 <element type="date" name="EarliestDeliveryDate" occurs="?"/>
  29.                 
  30.                    <!--  The date this Catalog becomes valid. / --> 
  31.                 <element type="date" name="ValidStartDate" occurs="?"/>
  32.                 
  33.                 <!--  The date this Catalog becomes invalid. / -->
  34.                 <element type="date" name="ValidEndDate" occurs="?"/>
  35.                 
  36.                 <!--  The default currency for this document / -->
  37.                 <element type="CurrencyCode" name="DefaultCurrency" />
  38.                 
  39.                 <!--  The default language for this document / -->
  40.                 <element type="LangCode" name="DefaultLanguage" />
  41.                 
  42.                 <!--  Description of this product catalog.
  43.                     This may be present in multiple languages (but
  44.                     should be specified only once for a given
  45.                     language. / -->
  46.                 <element type="ListOfDescription" />
  47.                 
  48.                 <!--  References to other documents associated with
  49.                 this Product Catalog. / -->
  50.                 <element type="CatHdrRef" occurs="?" />
  51.                 
  52.                 <!--  Supplier name and address information / -->    
  53.                 <element type="Party" name="SupplierParty" />
  54.                 
  55.                 <!--  Supplier's agent name and address information / -->
  56.                 <element type="Party" name="SupplierAgentParty"
  57.                     occurs="?" />
  58.                 
  59.                 <!--  Buyer name and address information.  This
  60.                 is provided only if the catalog is for a specific buyer. / -->
  61.                 <element type="Party" name="BuyerParty" occurs="?" />
  62.                     
  63.                 <!--  Other name and address information related
  64.                 to this Catalog. / -->
  65.                 <element type="ListOfPartyCoded" occurs="?" />                                    
  66.             </sequence>
  67.         </model>
  68.     </elementtype>
  69. </schema>
  70.